[INFO] fetching crate ai-moxcms 0.8.1...
[INFO] fixing ai-moxcms-0.8.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate ai-moxcms 0.8.1 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate ai-moxcms 0.8.1
[INFO] finished tweaking crates.io crate ai-moxcms 0.8.1
[INFO] tweaked toml for crates.io crate ai-moxcms 0.8.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate ai-moxcms 0.8.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate ai-moxcms 0.8.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ai-pxfm v0.1.28
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a8f66607e4087b9d14997e4ff13e5363a8f2e24e4eb249287f8a0a660c2fd476
[INFO] running `Command { std: "docker" "start" "a8f66607e4087b9d14997e4ff13e5363a8f2e24e4eb249287f8a0a660c2fd476", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a8f66607e4087b9d14997e4ff13e5363a8f2e24e4eb249287f8a0a660c2fd476" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a8f66607e4087b9d14997e4ff13e5363a8f2e24e4eb249287f8a0a660c2fd476", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a8f66607e4087b9d14997e4ff13e5363a8f2e24e4eb249287f8a0a660c2fd476" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]     Checking rand_core v0.10.0
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking cpufeatures v0.3.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]     Checking ai-pxfm v0.1.28
[INFO] [stderr]     Checking rand v0.10.0
[INFO] [stderr]     Checking ai-moxcms v0.8.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0425]: cannot find type `StdNow` in the crate root
[INFO] [stdout]    --> src/conversions/gray2rgb.rs:488:63
[INFO] [stdout]     |
[INFO] [stdout] 488 |         let gray = ColorProfile::new_gray_with_gamma::<crate::StdNow>(2.2);
[INFO] [stdout]     |                                                               ^^^^^^ not found in the crate root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:124:14
[INFO] [stdout]     |
[INFO] [stdout] 123 | #[cfg(feature = "std")]
[INFO] [stdout]     |       --------------- the item is gated behind the `std` feature
[INFO] [stdout] 124 | pub use dat::StdNow;
[INFO] [stdout]     |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `StdNow` in the crate root
[INFO] [stdout]    --> src/conversions/gray2rgb.rs:489:52
[INFO] [stdout]     |
[INFO] [stdout] 489 |         let srgb = ColorProfile::new_srgb::<crate::StdNow>();
[INFO] [stdout]     |                                                    ^^^^^^ not found in the crate root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:124:14
[INFO] [stdout]     |
[INFO] [stdout] 123 | #[cfg(feature = "std")]
[INFO] [stdout]     |       --------------- the item is gated behind the `std` feature
[INFO] [stdout] 124 | pub use dat::StdNow;
[INFO] [stdout]     |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `StdNow` in the crate root
[INFO] [stdout]     --> src/profile.rs:1495:52
[INFO] [stdout]      |
[INFO] [stdout] 1495 |         let srgb = ColorProfile::new_srgb::<crate::StdNow>();
[INFO] [stdout]      |                                                    ^^^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/lib.rs:124:14
[INFO] [stdout]      |
[INFO] [stdout]  123 | #[cfg(feature = "std")]
[INFO] [stdout]      |       --------------- the item is gated behind the `std` feature
[INFO] [stdout]  124 | pub use dat::StdNow;
[INFO] [stdout]      |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `StdNow` in the crate root
[INFO] [stdout]     --> src/profile.rs:1619:51
[INFO] [stdout]      |
[INFO] [stdout] 1619 |         let dst = ColorProfile::new_srgb::<crate::StdNow>();
[INFO] [stdout]      |                                                   ^^^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/lib.rs:124:14
[INFO] [stdout]      |
[INFO] [stdout]  123 | #[cfg(feature = "std")]
[INFO] [stdout]      |       --------------- the item is gated behind the `std` feature
[INFO] [stdout]  124 | pub use dat::StdNow;
[INFO] [stdout]      |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `StdNow` in the crate root
[INFO] [stdout]     --> src/profile.rs:1682:51
[INFO] [stdout]      |
[INFO] [stdout] 1682 |         let dst = ColorProfile::new_srgb::<crate::StdNow>();
[INFO] [stdout]      |                                                   ^^^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/lib.rs:124:14
[INFO] [stdout]      |
[INFO] [stdout]  123 | #[cfg(feature = "std")]
[INFO] [stdout]      |       --------------- the item is gated behind the `std` feature
[INFO] [stdout]  124 | pub use dat::StdNow;
[INFO] [stdout]      |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `StdNow` in the crate root
[INFO] [stdout]     --> src/transform.rs:1227:64
[INFO] [stdout]      |
[INFO] [stdout] 1227 |         let mut srgb_profile = ColorProfile::new_srgb::<crate::StdNow>();
[INFO] [stdout]      |                                                                ^^^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/lib.rs:124:14
[INFO] [stdout]      |
[INFO] [stdout]  123 | #[cfg(feature = "std")]
[INFO] [stdout]      |       --------------- the item is gated behind the `std` feature
[INFO] [stdout]  124 | pub use dat::StdNow;
[INFO] [stdout]      |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `StdNow` in the crate root
[INFO] [stdout]     --> src/transform.rs:1228:64
[INFO] [stdout]      |
[INFO] [stdout] 1228 |         let bt2020_profile = ColorProfile::new_bt2020::<crate::StdNow>();
[INFO] [stdout]      |                                                                ^^^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/lib.rs:124:14
[INFO] [stdout]      |
[INFO] [stdout]  123 | #[cfg(feature = "std")]
[INFO] [stdout]      |       --------------- the item is gated behind the `std` feature
[INFO] [stdout]  124 | pub use dat::StdNow;
[INFO] [stdout]      |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `StdNow` in the crate root
[INFO] [stdout]     --> src/transform.rs:1281:60
[INFO] [stdout]      |
[INFO] [stdout] 1281 |         let srgb_profile = ColorProfile::new_srgb::<crate::StdNow>();
[INFO] [stdout]      |                                                            ^^^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/lib.rs:124:14
[INFO] [stdout]      |
[INFO] [stdout]  123 | #[cfg(feature = "std")]
[INFO] [stdout]      |       --------------- the item is gated behind the `std` feature
[INFO] [stdout]  124 | pub use dat::StdNow;
[INFO] [stdout]      |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `StdNow` in the crate root
[INFO] [stdout]     --> src/transform.rs:1282:64
[INFO] [stdout]      |
[INFO] [stdout] 1282 |         let bt2020_profile = ColorProfile::new_bt2020::<crate::StdNow>();
[INFO] [stdout]      |                                                                ^^^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/lib.rs:124:14
[INFO] [stdout]      |
[INFO] [stdout]  123 | #[cfg(feature = "std")]
[INFO] [stdout]      |       --------------- the item is gated behind the `std` feature
[INFO] [stdout]  124 | pub use dat::StdNow;
[INFO] [stdout]      |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `StdNow` in the crate root
[INFO] [stdout]     --> src/transform.rs:1299:71
[INFO] [stdout]      |
[INFO] [stdout] 1299 |         let gray_profile = ColorProfile::new_gray_with_gamma::<crate::StdNow>(2.2f32);
[INFO] [stdout]      |                                                                       ^^^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/lib.rs:124:14
[INFO] [stdout]      |
[INFO] [stdout]  123 | #[cfg(feature = "std")]
[INFO] [stdout]      |       --------------- the item is gated behind the `std` feature
[INFO] [stdout]  124 | pub use dat::StdNow;
[INFO] [stdout]      |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `StdNow` in the crate root
[INFO] [stdout]     --> src/transform.rs:1300:64
[INFO] [stdout]      |
[INFO] [stdout] 1300 |         let bt2020_profile = ColorProfile::new_bt2020::<crate::StdNow>();
[INFO] [stdout]      |                                                                ^^^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/lib.rs:124:14
[INFO] [stdout]      |
[INFO] [stdout]  123 | #[cfg(feature = "std")]
[INFO] [stdout]      |       --------------- the item is gated behind the `std` feature
[INFO] [stdout]  124 | pub use dat::StdNow;
[INFO] [stdout]      |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `StdNow` in the crate root
[INFO] [stdout]     --> src/transform.rs:1317:71
[INFO] [stdout]      |
[INFO] [stdout] 1317 |         let srgb_profile = ColorProfile::new_gray_with_gamma::<crate::StdNow>(2.2f32);
[INFO] [stdout]      |                                                                       ^^^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/lib.rs:124:14
[INFO] [stdout]      |
[INFO] [stdout]  123 | #[cfg(feature = "std")]
[INFO] [stdout]      |       --------------- the item is gated behind the `std` feature
[INFO] [stdout]  124 | pub use dat::StdNow;
[INFO] [stdout]      |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `StdNow` in the crate root
[INFO] [stdout]     --> src/transform.rs:1318:64
[INFO] [stdout]      |
[INFO] [stdout] 1318 |         let bt2020_profile = ColorProfile::new_bt2020::<crate::StdNow>();
[INFO] [stdout]      |                                                                ^^^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/lib.rs:124:14
[INFO] [stdout]      |
[INFO] [stdout]  123 | #[cfg(feature = "std")]
[INFO] [stdout]      |       --------------- the item is gated behind the `std` feature
[INFO] [stdout]  124 | pub use dat::StdNow;
[INFO] [stdout]      |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `StdNow` in the crate root
[INFO] [stdout]     --> src/transform.rs:1335:71
[INFO] [stdout]      |
[INFO] [stdout] 1335 |         let srgb_profile = ColorProfile::new_gray_with_gamma::<crate::StdNow>(2.2f32);
[INFO] [stdout]      |                                                                       ^^^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/lib.rs:124:14
[INFO] [stdout]      |
[INFO] [stdout]  123 | #[cfg(feature = "std")]
[INFO] [stdout]      |       --------------- the item is gated behind the `std` feature
[INFO] [stdout]  124 | pub use dat::StdNow;
[INFO] [stdout]      |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `StdNow` in the crate root
[INFO] [stdout]     --> src/transform.rs:1336:64
[INFO] [stdout]      |
[INFO] [stdout] 1336 |         let bt2020_profile = ColorProfile::new_bt2020::<crate::StdNow>();
[INFO] [stdout]      |                                                                ^^^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/lib.rs:124:14
[INFO] [stdout]      |
[INFO] [stdout]  123 | #[cfg(feature = "std")]
[INFO] [stdout]      |       --------------- the item is gated behind the `std` feature
[INFO] [stdout]  124 | pub use dat::StdNow;
[INFO] [stdout]      |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `StdNow` in the crate root
[INFO] [stdout]     --> src/transform.rs:1353:60
[INFO] [stdout]      |
[INFO] [stdout] 1353 |         let srgb_profile = ColorProfile::new_srgb::<crate::StdNow>();
[INFO] [stdout]      |                                                            ^^^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/lib.rs:124:14
[INFO] [stdout]      |
[INFO] [stdout]  123 | #[cfg(feature = "std")]
[INFO] [stdout]      |       --------------- the item is gated behind the `std` feature
[INFO] [stdout]  124 | pub use dat::StdNow;
[INFO] [stdout]      |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `StdNow` in the crate root
[INFO] [stdout]     --> src/transform.rs:1354:64
[INFO] [stdout]      |
[INFO] [stdout] 1354 |         let bt2020_profile = ColorProfile::new_bt2020::<crate::StdNow>();
[INFO] [stdout]      |                                                                ^^^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/lib.rs:124:14
[INFO] [stdout]      |
[INFO] [stdout]  123 | #[cfg(feature = "std")]
[INFO] [stdout]      |       --------------- the item is gated behind the `std` feature
[INFO] [stdout]  124 | pub use dat::StdNow;
[INFO] [stdout]      |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `StdNow` in the crate root
[INFO] [stdout]     --> src/transform.rs:1371:60
[INFO] [stdout]      |
[INFO] [stdout] 1371 |         let srgb_profile = ColorProfile::new_srgb::<crate::StdNow>();
[INFO] [stdout]      |                                                            ^^^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/lib.rs:124:14
[INFO] [stdout]      |
[INFO] [stdout]  123 | #[cfg(feature = "std")]
[INFO] [stdout]      |       --------------- the item is gated behind the `std` feature
[INFO] [stdout]  124 | pub use dat::StdNow;
[INFO] [stdout]      |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `StdNow` in the crate root
[INFO] [stdout]     --> src/transform.rs:1372:64
[INFO] [stdout]      |
[INFO] [stdout] 1372 |         let bt2020_profile = ColorProfile::new_bt2020::<crate::StdNow>();
[INFO] [stdout]      |                                                                ^^^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/lib.rs:124:14
[INFO] [stdout]      |
[INFO] [stdout]  123 | #[cfg(feature = "std")]
[INFO] [stdout]      |       --------------- the item is gated behind the `std` feature
[INFO] [stdout]  124 | pub use dat::StdNow;
[INFO] [stdout]      |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `StdNow` in the crate root
[INFO] [stdout]     --> src/transform.rs:1389:60
[INFO] [stdout]      |
[INFO] [stdout] 1389 |         let srgb_profile = ColorProfile::new_srgb::<crate::StdNow>();
[INFO] [stdout]      |                                                            ^^^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/lib.rs:124:14
[INFO] [stdout]      |
[INFO] [stdout]  123 | #[cfg(feature = "std")]
[INFO] [stdout]      |       --------------- the item is gated behind the `std` feature
[INFO] [stdout]  124 | pub use dat::StdNow;
[INFO] [stdout]      |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `StdNow` in the crate root
[INFO] [stdout]     --> src/transform.rs:1390:64
[INFO] [stdout]      |
[INFO] [stdout] 1390 |         let bt2020_profile = ColorProfile::new_bt2020::<crate::StdNow>();
[INFO] [stdout]      |                                                                ^^^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/lib.rs:124:14
[INFO] [stdout]      |
[INFO] [stdout]  123 | #[cfg(feature = "std")]
[INFO] [stdout]      |       --------------- the item is gated behind the `std` feature
[INFO] [stdout]  124 | pub use dat::StdNow;
[INFO] [stdout]      |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `StdNow` in the crate root
[INFO] [stdout]     --> src/transform.rs:1407:60
[INFO] [stdout]      |
[INFO] [stdout] 1407 |         let srgb_profile = ColorProfile::new_srgb::<crate::StdNow>();
[INFO] [stdout]      |                                                            ^^^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/lib.rs:124:14
[INFO] [stdout]      |
[INFO] [stdout]  123 | #[cfg(feature = "std")]
[INFO] [stdout]      |       --------------- the item is gated behind the `std` feature
[INFO] [stdout]  124 | pub use dat::StdNow;
[INFO] [stdout]      |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `StdNow` in the crate root
[INFO] [stdout]     --> src/transform.rs:1408:64
[INFO] [stdout]      |
[INFO] [stdout] 1408 |         let bt2020_profile = ColorProfile::new_bt2020::<crate::StdNow>();
[INFO] [stdout]      |                                                                ^^^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/lib.rs:124:14
[INFO] [stdout]      |
[INFO] [stdout]  123 | #[cfg(feature = "std")]
[INFO] [stdout]      |       --------------- the item is gated behind the `std` feature
[INFO] [stdout]  124 | pub use dat::StdNow;
[INFO] [stdout]      |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `StdNow` in the crate root
[INFO] [stdout]     --> src/transform.rs:1458:60
[INFO] [stdout]      |
[INFO] [stdout] 1458 |         let srgb_profile = ColorProfile::new_srgb::<crate::StdNow>();
[INFO] [stdout]      |                                                            ^^^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/lib.rs:124:14
[INFO] [stdout]      |
[INFO] [stdout]  123 | #[cfg(feature = "std")]
[INFO] [stdout]      |       --------------- the item is gated behind the `std` feature
[INFO] [stdout]  124 | pub use dat::StdNow;
[INFO] [stdout]      |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `StdNow` in the crate root
[INFO] [stdout]     --> src/transform.rs:1459:64
[INFO] [stdout]      |
[INFO] [stdout] 1459 |         let bt2020_profile = ColorProfile::new_bt2020::<crate::StdNow>();
[INFO] [stdout]      |                                                                ^^^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/lib.rs:124:14
[INFO] [stdout]      |
[INFO] [stdout]  123 | #[cfg(feature = "std")]
[INFO] [stdout]      |       --------------- the item is gated behind the `std` feature
[INFO] [stdout]  124 | pub use dat::StdNow;
[INFO] [stdout]      |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `StdNow` in the crate root
[INFO] [stdout]     --> src/transform.rs:1509:60
[INFO] [stdout]      |
[INFO] [stdout] 1509 |         let srgb_profile = ColorProfile::new_srgb::<crate::StdNow>();
[INFO] [stdout]      |                                                            ^^^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/lib.rs:124:14
[INFO] [stdout]      |
[INFO] [stdout]  123 | #[cfg(feature = "std")]
[INFO] [stdout]      |       --------------- the item is gated behind the `std` feature
[INFO] [stdout]  124 | pub use dat::StdNow;
[INFO] [stdout]      |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `StdNow` in the crate root
[INFO] [stdout]     --> src/transform.rs:1510:64
[INFO] [stdout]      |
[INFO] [stdout] 1510 |         let bt2020_profile = ColorProfile::new_bt2020::<crate::StdNow>();
[INFO] [stdout]      |                                                                ^^^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/lib.rs:124:14
[INFO] [stdout]      |
[INFO] [stdout]  123 | #[cfg(feature = "std")]
[INFO] [stdout]      |       --------------- the item is gated behind the `std` feature
[INFO] [stdout]  124 | pub use dat::StdNow;
[INFO] [stdout]      |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `StdNow` in the crate root
[INFO] [stdout]     --> src/transform.rs:1560:60
[INFO] [stdout]      |
[INFO] [stdout] 1560 |         let srgb_profile = ColorProfile::new_srgb::<crate::StdNow>();
[INFO] [stdout]      |                                                            ^^^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/lib.rs:124:14
[INFO] [stdout]      |
[INFO] [stdout]  123 | #[cfg(feature = "std")]
[INFO] [stdout]      |       --------------- the item is gated behind the `std` feature
[INFO] [stdout]  124 | pub use dat::StdNow;
[INFO] [stdout]      |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `StdNow` in the crate root
[INFO] [stdout]     --> src/transform.rs:1561:64
[INFO] [stdout]      |
[INFO] [stdout] 1561 |         let bt2020_profile = ColorProfile::new_bt2020::<crate::StdNow>();
[INFO] [stdout]      |                                                                ^^^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/lib.rs:124:14
[INFO] [stdout]      |
[INFO] [stdout]  123 | #[cfg(feature = "std")]
[INFO] [stdout]      |       --------------- the item is gated behind the `std` feature
[INFO] [stdout]  124 | pub use dat::StdNow;
[INFO] [stdout]      |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `StdNow` in the crate root
[INFO] [stdout]     --> src/transform.rs:1686:60
[INFO] [stdout]      |
[INFO] [stdout] 1686 |         let srgb_profile = ColorProfile::new_srgb::<crate::StdNow>();
[INFO] [stdout]      |                                                            ^^^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/lib.rs:124:14
[INFO] [stdout]      |
[INFO] [stdout]  123 | #[cfg(feature = "std")]
[INFO] [stdout]      |       --------------- the item is gated behind the `std` feature
[INFO] [stdout]  124 | pub use dat::StdNow;
[INFO] [stdout]      |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `StdNow` in the crate root
[INFO] [stdout]     --> src/transform.rs:1687:64
[INFO] [stdout]      |
[INFO] [stdout] 1687 |         let bt2020_profile = ColorProfile::new_bt2020::<crate::StdNow>();
[INFO] [stdout]      |                                                                ^^^^^^ not found in the crate root
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/lib.rs:124:14
[INFO] [stdout]      |
[INFO] [stdout]  123 | #[cfg(feature = "std")]
[INFO] [stdout]      |       --------------- the item is gated behind the `std` feature
[INFO] [stdout]  124 | pub use dat::StdNow;
[INFO] [stdout]      |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ai-moxcms` (lib test) due to 31 previous errors
[INFO] running `Command { std: "docker" "inspect" "a8f66607e4087b9d14997e4ff13e5363a8f2e24e4eb249287f8a0a660c2fd476", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a8f66607e4087b9d14997e4ff13e5363a8f2e24e4eb249287f8a0a660c2fd476", kill_on_drop: false }`
[INFO] [stdout] a8f66607e4087b9d14997e4ff13e5363a8f2e24e4eb249287f8a0a660c2fd476
